home *** CD-ROM | disk | FTP | other *** search
/ CD Actual: Windows XP / CDWindowsXP.iso / Datos / Multimedia / tour / Professional / segment5.swf / scripts / DefineButton2_65 / BUTTONCONDACTION on(rollOver, dragOver).as < prev   
Encoding:
Text File  |  2001-07-26  |  413 b   |  12 lines

  1. on(rollOver, dragOver){
  2.    _parent.mc_icn_desktop_inst.gotoAndStop(1);
  3.    _parent.mc_icn_icons_inst.gotoAndStop(1);
  4.    _parent.mc_icn_taskbar_inst.gotoAndStop(1);
  5.    _parent.mc_icn_startMenu_inst.gotoAndStop(1);
  6.    _parent.mc_icn_folders_inst.gotoAndStop(1);
  7.    _parent.mc_icn_cpanel_inst.gotoAndStop(1);
  8.    _parent.mc_icn_endSession_inst.gotoAndStop(1);
  9.    _parent.playRO("ro6");
  10.    gotoAndPlay(2);
  11. }
  12.